Cache

Undocumented in source.

Constructors

this
this(string args, bool enableL2Cache)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
containsKey
bool containsKey(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
get
V get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
get_ex
Nullable!V get_ex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getall
Nullable!V[string] getall(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string key, V v, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
putAll
void putAll(V[string] maps, uint expired)
Undocumented in source. Be warned that the author may not have intended to support it.
putifAbsent
bool putifAbsent(string key, V v)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAll
void removeAll(string[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta